home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / mda_spy.com / MDA_SPY.DOC < prev    next >
Encoding:
Text File  |  1980-01-01  |  872 b   |  18 lines

  1. Very simple and short hack writing debugging information to a second
  2. monochrome screen. The MDA memory at B000 is declared as an array of
  3. 25 * 80 caracters and attributes. Three simple routines are included:
  4. spycls() clear the MDA screen,
  5. spystr(char *string,char l,char c) display a string at line l column c,
  6. spytoa(int x,char l,char l,char c) display integer x at line l column c.
  7.  
  8. My first Windows "application". I don't ask every buck for this hack but you
  9. can help me tough : I'm living in Belgium (EUROPE) and have very expensive bills
  10. while downloading on COMPUSERVE. If you like my program, take a good Windows
  11. PD or shareware program, put it on a disk and send it to
  12. Eric Lapaille
  13. Quai du Condroz 17
  14. B 4020 LIEGE - BELGIUM
  15.  
  16. That will cost you nothing and will be of great help for a poor lonesome
  17. Windows programmer. Sorry for spelling errors!
  18.